@font-face {
    font-family: 'KanitLight';
    src: url('../fonts/Kanit-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kanit';
    src: url('../fonts/Kanit-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kanit';
    src: url('../fonts/Kanit-Medium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'han-sans-cn';
    src: url('../fonts/han_sans_cn_light.woff2') format('woff2'),
         url('../fonts/han_sans_cn_light.woff') format('woff'),
         url('../fonts/han_sans_cn_light.ttf') format('truetype');
    font-weight: 300; 
    font-style: normal;
}
